const github.com/andybalholm/brotli.largeMinWbits

2 uses

	github.com/andybalholm/brotli (current package)
		constants.go#L39: const largeMinWbits = 10
		decode.go#L2165: 			if s.window_bits < largeMinWbits || s.window_bits > largeMaxWbits {